build/Makefile.msvcproj: Fix cleanup
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 20 Dec 2016 06:39:39 +0000 (14:39 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 20 Dec 2016 06:39:39 +0000 (14:39 +0800)
commit696c48d0be827e21dccaf69f59e684a1ef96d667
tree8c4f0e429cfd5d5b363c0bfd90fc40677918e00d
parent7ea199c831b20df78d42ffc1ffb11f0ffa17eb54
build/Makefile.msvcproj: Fix cleanup

When we generate the Visual Studio 2013 projects, we need to remove the
*.vs12.sourcefiles and *.vs12.sourcefile.filters that are generated during
the process, so that 'make distcheck' won't complain about leftover files.
build/Makefile.msvcproj